AInputQueue_hasEvents

Returns true if there are one or more events available in the input queue. Returns 1 if the queue has events; 0 if it does not have events; and a negative value if there is an error.

extern (C) nothrow @nogc
int
AInputQueue_hasEvents
(
AInputQueue* queue
)

Meta